#include "deGlobalTypes.hpp"
Include dependency graph for deFileSystem.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | IdeFileSystem |
| base interface class for all filesystems. More... | |
| class | IdeFSReal |
| class | IdeFSVirtual |
Defines | |
| #define | DEFILESYSTEM_API extern "C" DEDLL_IMPORT |
| #define | deFSPROGRESS_CONTINUE 0x00000001 |
| #define | deFSPROGRESS_CANCEL 0x00000002 |
| #define | deFSPROGRESS_CANCELCURRENT 0x00000004 |
| #define | deFSPROGRESS_QUIET 0x00000010 |
| #define | deFSCALLBACK_FINISHED 0x00000001 |
| #define | deFSCALLBACK_ERROREXISTS 0x00000002 |
| #define | deFSCALLBACK_ERROROPENED 0x00000003 |
| #define | deFSCALLBACK_ERRORFATAL 0x00000004 |
| #define | deFSCALLBACK_STARTING 0x00000005 |
| #define | deFSCALLBACK_BLOCKMOVED 0x00000006 |
| #define | deFSCALLBACK_RECURSE 0x00000007 |
| #define | deFSCALLBACK_VFSLARGEMOVE 0x00010000 |
Typedefs | |
| typedef DWORD(* | deFSPROGRESS )(s64 BytesCopied, s64 FileSize, DWORD FileStatus, const char *SourceFile, const char *DestinationFile) |
| typedef void * | deFSFindHandle |
Functions | |
| C DEDLL_IMPORT IdeFSReal * | IdeFileSystem_CreateFSReal () |
| create a "real" filesystem - one that's disk-based through the operating system | |
| C DEDLL_IMPORT IdeFSVirtual * | IdeFileSystem_CreateFSVirtual () |
| create a "virtual" filesystem - one that exists within another file | |
This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.
Copyright (C) 2001-2003 Novus Delta, LLC. All Rights Reserved.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
create a "real" filesystem - one that's disk-based through the operating system
|
|
|
create a "virtual" filesystem - one that exists within another file
|
1.3-rc3